home *** CD-ROM | disk | FTP | other *** search
/ Resource for Source: C/C++ / Resource for Source - C-C++.iso / misc_src / soundz10 / soundz.txt next >
Text File  |  1995-11-01  |  2KB  |  50 lines

  1. Soundz VBX, Version 1.0, Copyright (c) 1995, Martin Bryant, All Rights Reserved
  2.  
  3. Introduction
  4. ------------
  5. The SOUNDZ.VBX file is a custom control suitable for use with such programming
  6. languages as Visual Basic, Visual C++ and Delphi. It produces sounds of a
  7. specified frequency and length through the PC's internal speaker and also can
  8. invoke the various Windows system alert sounds (as specified in the [sounds]
  9. section of the WIN.INI file).
  10.  
  11. Shareware Notice
  12. ----------------
  13. Soundz VBX is shareware. You are welcome to use it for a trial period but if
  14. you continue to use it then please register and support the shareware concept.
  15. You may freely copy/distribute the shareware version as long as you make no
  16. charge for it. If you register, then you may use it in commercial products with
  17. no royalty fee. Thank you for trying Soundz VBX!
  18. You can register by sending £5 sterling or equivalent foreign currency (cash
  19. preferred!) to Martin Bryant, 71 Hunstanton Drive, Brandlesholme, Bury,
  20. Lancashire BL8 1XH, England.
  21. Registered users receive free updates and a full list of our other products.
  22. Constructive comments/criticisms welcome at the above address or email
  23. martinbr@colossus.demon.co.uk
  24.  
  25. Compatibility
  26. -------------
  27. SOUNDZ.VBX is compatible with level 1 VBX controls.
  28.  
  29. Appearance
  30. ----------
  31. When added to a program the control appears in the toolbox as a loudspeaker
  32. emitting sound waves. It is non-sizable on a form and is invisible at run-time.
  33.  
  34. Properties
  35. ----------
  36. In addition to the standard properties of Name, Index, Left and Top it also
  37. has the following custom properties...
  38. About (read only) - gives version information
  39. Frequency - specifies the frequency of the sound in Hertz (1-32767)
  40. Length - specifies the length of the sound in milliseconds (1-32767)
  41. SystemAlert - specifies which system alert sound to invoke
  42. Action (run-time only) - set to 1 to invoke sound of specified frequency and
  43. length, set to 2 to invoke specified system alert sound
  44.  
  45. The default Name property prefix and class name is 'Soundz'.
  46.  
  47. Events
  48. ------
  49. The control has no pre-defined events.
  50.